Welcome![Sign In][Sign Up]
Location:
Search - game 2D

Search list

[OpenGL programSDL入门教程

Description: SDL 是Simple DirectMedia Layer (简易直控媒体层)的缩写。它是一个跨平台的多媒 体库, 以用于直接控制底层的多媒体硬件的接口。这些多媒体功能包括了音频、键盘和鼠标 (事件)、游戏摇杆等。当然,最为重要的是提供了2D 图形帧缓冲( framebuffer )的接口, 以及为OpenGL 与各种操作系统之间提供了统一的标准接口以实现3D 图形。从这些属性我 们可以看出, SDL 基本上可以认为是为以电脑游戏为核心开发的多媒体库。(SDL is the abbreviation of the Simple DirectMedia Layer (simple direct control media layer). It's a cross platform multi - medium A body library, which is used to directly control the interface of the underlying multimedia hardware. These multimedia functions include audio, keyboard, and mouse (event), game rocker, etc. Of course, the most important thing is to provide an interface to the 2D graphics frame buffer (framebuffer). And provide a unified standard interface between OpenGL and various operating systems to implement 3D graphics. From these attributes I As you can see, SDL is basically thought to be a multimedia library that is developed at the core of computer games.)
Platform: | Size: 202752 | Author: donggua209 | Hits:

[ComboBox0673974

Description: A 2D map editor for handling static game maps()
Platform: | Size: 351232 | Author: iontayhment | Hits:

[DocumentsPath-finding Algorithm

Description: 在3D游戏环境中,使用具有2D图层的A *算法执行寻迹或图形遍历。 然而,在3D虚拟环境或空间中,使用2D层的A *算法是有限的。 因此,有必要使用在3D游戏环境中使用3D图层的算法。 这项研究表明,3D A *算法可以比在3D游戏环境中使用2D图像的A *算法更快地配置两个节点之间的路径。(In a 3D game environment, pathfinding or graph traversal is performed using the A* algorithm with 2D layers. However, in a 3D virtual environment or space, A* Algorithm that uses 2D layers is limited. Therefore, it is necessary to use an algorithm that uses 3D layers in a 3D game environment. This study shows that a 3D A* Algorithm may configure the path between two nodes faster than an A* Algorithm that uses 2D layers in a 3D game environment.)
Platform: | Size: 572416 | Author: WangYiMing | Hits:

[OtherTafangGame

Description: 本游戏要守的城池有自己的血量,通过铸造___箭塔____阻挡不断侵袭的巨魔,城池血量为__零__时守城游戏失败。 欢迎界面由_两_张动态图片组成。 在主界面中单击音效设置按钮,可以对游戏中的_背景_音乐以及__炮塔__音效等进行设置。 在主菜单中单击__积分榜__按钮,进入游戏的积分榜界面. 本游戏采用__用手__拖动放置箭塔,在有__树木公路___的地方不准放箭塔,在可以放箭塔的地方系统将会以__红色的圆圈__提示玩家此处可以放箭塔。 本游戏采用__2.5D___的游戏开发技术,相比2D有一种立体的感觉。(This game is to keep the city have their own blood, by casting ___ tower ____ blocking continued invasion of trolls, city blood was __ zero __ when defenders the game failed. The welcome screen consists of _ two _ a dynamic picture. Click the audio button set in the main interface, can be in the game _ _ background music and sound set __ __ turret. In the main menu, click __ table __ button to enter the game table interface. The game uses __ tower placed by hand __ drag, put jianta in __ highway ___ where trees are not allowed, will be in place a system can be put in the tower to __ red circle __ tips here can put jianta game player. This game uses __2.5D___'s game development technology, and has a stereoscopic feeling compared to 2D.)
Platform: | Size: 16972800 | Author: 森师兄 | Hits:

[Game Programgameobjects-0.0.3

Description: python 封装的game object,方便处理2d向量和3d的转换(this is used to game object, 2d or 3d,build in,easy to write pygame)
Platform: | Size: 27648 | Author: ni8908 | Hits:

[Game Programalien_invasion

Description: Pygame实现的一个2D外星人入侵游戏,实现了记分、游戏等级增加难度增加等功能(Pygame implementation of an 2D alien invasion game, the realization of scoring, game level increases, and other functions to increase the degree of difficulty)
Platform: | Size: 4143104 | Author: 肉松饼 | Hits:

[Othersuperpowers-v4.0.0-linux-x64

Description: Javascript driven 2D/3D cross-platform game engine
Platform: | Size: 44682240 | Author: darkelf42 | Hits:

[OtherBox2D-master

Description: Box2D 是一个用于游戏的 2D 刚体仿真库。程序员可以在他们的游戏里使用它,它可以使物体的运动 更加可信,让世界看起来更具交互性。从游戏的视角来看,物理引擎就是一个程序性动画(procedural animation)的系统,而不是由动画师去移动你的物体。你可以让牛顿来做导演(Box2D is a 2D rigid body simulation library for games. The programmer can use it in their game, it can make the object move More credible, making the world look more interactive. From the point of view of the game, the physical engine is a program animation (procedural Animation) the system, not the animator to move your object. You can get Newton to be a director)
Platform: | Size: 3473408 | Author: 布雷达 | Hits:

[OpenGL programOpenGL

Description: 简单的贪吃蛇游戏基于opengl开发,使用2D像素去显示和绘制(The simple Snake game is based on OpenGL development)
Platform: | Size: 7624704 | Author: bigBUG | Hits:

[BooksPython编程:从入门到实践

Description: 本书是一本针对所有层次的Python 读者而作的Python 入门书。全书分两部分:第一部分介绍用Python 编程所必须了解的基本概念,包括matplotlib、NumPy 和Pygal 等强大的Python 库和工具介绍,以及列表、字典、if 语句、类、文件与异常、代码测试等内容;第二部分将理论付诸实践,讲解如何开发三个项目,包括简单的Python 2D 游戏开发如何利用数据生成交互式的信息图,以及创建和定制简单的Web 应用,并帮读者解决常见编程问题和困惑。(This book is a Python introductory book for Python readers at all levels. The book is divided into two parts: the first part introduces the basic concepts of programming with Python must understand, including Matplotlib, NumPy and Pygal, the powerful Python libraries and tools, as well as lists, dictionaries, and if statements, with the exception of documents and code test content; the second part will explain how to develop the theory into practice, three the project, including the development of the Python 2D game simply how to use the data to generate interactive information, and create and customize a simple Web application, and help readers solve common programming problems and puzzles.)
Platform: | Size: 4493312 | Author: 的说法都是 | Hits:

[OS program985473

Description: A 2D map editor for handling static game maps()
Platform: | Size: 351232 | Author: Zbocaa | Hits:

[Button controlSKILV04

Description: Directx9 implements 2D game routines()
Platform: | Size: 374784 | Author: gjarilpp | Hits:

[BooksPython编程:从入门到实践

Description: 本书是一本针对所有层次的Python 读者而作的Python 入门书。全书分两部分:第一部分介绍用Python 编程所必须了解的基本概念,包括matplotlib、NumPy 和Pygal 等强大的Python 库和工具介绍,以及列表、字典、if 语句、类、文件与异常、代码测试等内容;第二部分将理论付诸实践,讲解如何开发三个项目,包括简单的Python 2D 游戏开发如何利用数据生成交互式的信息图,以及创建和定制简单的Web 应用,并帮读者解决常见编程问题和困惑(This book is a Python introductory book for Python readers at all levels. The book is divided into two parts: the first part introduces the basic concepts of programming with Python must understand, including Matplotlib, NumPy and Pygal, the powerful Python libraries and tools, as well as lists, dictionaries, and if statements, with the exception of documents and code test content; the second part will explain how to develop the theory into practice, three the project, including the development of the Python 2D game simply how to use the data to generate interactive information, and create and customize a simple Web application, and help readers solve common programming problems and puzzles)
Platform: | Size: 12929024 | Author: liunx | Hits:

[Other2DGameEngine

Description: 自己没事写的一个2D游戏引擎 望大家喜欢(A 2D game engine that you have nothing to write about Like to like)
Platform: | Size: 27648 | Author: 麦克斯V | Hits:

[DirextXCoolWind2DgameengineBeta1.1

Description: 简单好用的,基于DirectX 9.0c(DX9)的VB6游戏引擎——寒风(coolwind)2D游戏引擎。这个是2015年6月为止,最新的beta1.1版。(Simple and easy to use, based on the VB6 DX9 game engine- cold (coolwind) 2D game engine. This is far in June 2015, the latest version beta1.1.)
Platform: | Size: 5693440 | Author: 秋枫萧萧 | Hits:

[OtherProjects

Description: 使用 ggelua 开发的一款2D游戏源码(Using ggelua to develop a 2D game source code)
Platform: | Size: 766976 | Author: jerry_xb | Hits:

[DirextXTile Dynamic Scrolling Demo

Description: 2D游戏下,实现如何使用动态滚动游戏背景(showing how to use dynamical scorlling game background.)
Platform: | Size: 4543488 | Author: NiP-ahl | Hits:

[Game Programsrc

Description: 纯java实现的《梦幻西游》风格的回合制RPG游戏 JavaXYQ是使用纯java实现的一个2D回合制RPG游戏,大部分资源来自《梦幻西游》,类似梦幻西游玩法、风格(JavaXYQ is a 2-D round RPG game implemented in pure java. Most of the resources come from Dream Journey to the West, which is similar to Dream Journey to the West.)
Platform: | Size: 206848 | Author: 慕容退费 | Hits:

[OtherPython编程:从入门到实践

Description: Amazon编程入门类榜首图书 从基本概念到完整项目开发,帮助零基础读者迅速掌握Python编程 上到有编程基础的程序员,下到10岁少年,想入门Python并达到可以开发实际项目的水平,本书是最佳选择! 本书是一本全面的Python编程从入门到实践教程,带领读者快速掌握编程基础知识、编写出能解决实际问题的代码并开发复杂项目。(From basic concepts to complete project development, help zero base readers quickly master Python Programming The content of the book is divided into two parts: the basic part and the practical part. The basic chapter introduces basic programming concepts, such as lists, dictionaries, classes, and loops, and guides readers to write neat and easy to understand code. It also introduces how to make the program interact with the user, and how to run the forward line test in the code. The practical part introduces how to use the newly learned knowledge to develop functional projects: 2D game alien invasion, data visualization, and web application.)
Platform: | Size: 13859840 | Author: 风骤暮云 | Hits:

[Game EngineHGE-GUI

Description: HGE 2D游戏引擎 GUI 控件扩展 老外的例子,实现了常用的按钮、列表框、下拉等控件。。。(HGE 2D game engine GUI control extension Foreigner's example, the realization of commonly used buttons, list box, drop-down and other controls...)
Platform: | Size: 29696 | Author: 我为人人 | Hits:
« 1 2 ... 37 38 39 40 41 42»

CodeBus www.codebus.net